xend: fix domain_migrate
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 31 Mar 2009 10:13:56 +0000 (11:13 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 31 Mar 2009 10:13:56 +0000 (11:13 +0100)
commitbe01c537b27616e84d2fa8238c2b7ce60be5a6ef
tree9d63169a92916bd93daf98605d43ee25f543d839
parent92f9c55a94519ce3f175dc4bec98078799d9e6aa
xend: fix domain_migrate

When the guest(pv-on-hvm guest that cannot suspend) reboot in
LiveMigration, the disconnecting of src-side is not transmitted to
dist-side. As a result, the error processing on the dist side is not
executed.

Signed-off-by: Tomonari Horikoshi <t.horikoshi@jp.fujitsu.com>
tools/python/xen/xend/XendDomain.py